laravel test assert redirecto to

49

$response = $this->get('/');

$response->assertStatus(302);
$response->assertRedirect(route('users.index'));

Comments

Submit
0 Comments